home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1202 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. Date: Sun, 13 Mar 1994 08:44:27 -0800
  2. From: egsner!decwrl!decvax!gatech!netcom.com!ersmith@convex.convex.com (Eric R. Smith)
  3. Message-Id: <199403131644.IAA09772@netcom10.netcom.com>
  4. To: egsner!atari.archive.umich.edu!mint@terminator.rs.itd.umich.edu,
  5.         ekl@sdf.lonestar.org
  6. Subject: Re:  Memory Protection
  7.  
  8. The MultiTOS AES is already marked as "special" for memory protection purposes.
  9. I can assure you that MultiTOS will run with memory protection (I do it
  10. all the time). However, it is possible that some desk accessories and/or
  11. TSRs can cause memory protection errors that will kill MultiTOS off; the
  12. screen manager is somewhat vulnerable to this.
  13.  
  14. It is impossible to add an MMU to a 68000 because the 68000 has no way to
  15. restart an instruction that caused a bus error or similar memory fault.
  16. The only 68000 based machines I've heard of that run Unix actually use two
  17. 68000s, running in parallel; when one gets a memory fault, the other one
  18. can be used to restart the instruction. Trying to add something like this
  19. to an ST would be far more complicated than upgrading to a 68030, I'm sure :-).
  20.